projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
559cb2f
)
* configure.in: Make the first line of the configure script be
author
Jim Blandy
<jimb@redhat.com>
Sun, 23 May 1993 20:39:16 +0000
(20:39 +0000)
committer
Jim Blandy
<jimb@redhat.com>
Sun, 23 May 1993 20:39:16 +0000
(20:39 +0000)
"#!/bin/sh". Leaving the first line blank didn't work.
configure1.in
patch
|
blob
|
history
diff --git
a/configure1.in
b/configure1.in
index c307f45bd0d8aab23ee33989a973ae7f96c12d78..9793bb1ffb14c46e0c3abd93cf001508f0aa5628 100755
(executable)
--- a/
configure1.in
+++ b/
configure1.in
@@
-1,7
+1,4
@@
-[
-### The above line is deliberately left blank. If it starts with a #,
-### some CSH's will think this is a csh script.
-
+[#!/bin/sh
#### Configuration script for GNU Emacs
#### Copyright (C) 1992 Free Software Foundation, Inc.